home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / komercni software / zoner / zps8_cz.exe / {app} / HTMLPublish / buttons.zht / album.tpl < prev    next >
Text File  |  2006-03-22  |  1KB  |  67 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html><head>
  3. <title>${ALB_TITLE}</title>
  4. <meta http-equiv="content-type" content="text/html; charset=#{ENCODING}">
  5. <meta name="generator" content="Zoner Photo Studio 8">
  6. <link rel="StyleSheet" href="album.css">
  7. </head>
  8. <body>
  9.  
  10. <div class="gall">
  11. ${ALB_GALLERIES}
  12.  
  13. <div class="all">
  14.  
  15. <div class="titleOut">
  16. <div class="titleIn">
  17.  
  18. <table width="100%" border="0"><tr>
  19.  
  20. <td valign="middle" align="left" class="titleText">
  21. <b>  ${ALB_NAME}</b>
  22. </td>
  23.  
  24. <td valign="top" align="right" class="titleText">
  25. <table border="0"><tr>
  26.  
  27. <td class="titleText" width="90" align="left">
  28. ${ALB_PREVPAGE}
  29. </td>
  30.  
  31. <td class="titleText" align="center">
  32.  | 
  33. ${ALB_PAGES_NAVIGATION}
  34.  | 
  35. </td>
  36.  
  37. <td class="titleText" width="90" align="right">
  38. ${ALB_NEXTPAGE}
  39. </td>
  40. <td class="titleText" width="40" align="right">
  41. ${BACKREF}
  42. </td>
  43.  
  44. </tr></table>
  45.  
  46. </td>
  47. </tr></table>
  48.  
  49. </div>
  50. </div>
  51.  
  52.  
  53. <br>
  54.  
  55. ${ALB_THUMBNAILS}
  56.  
  57. <div class="paticka">
  58. ${ALB_FOOT}
  59. </div>
  60.  
  61. </div> <!-- pro class=all -->
  62.  
  63. </div> <!-- gall -->
  64.  
  65. </body>
  66. </html>
  67.